docs: document marketing build dependency install#171
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[05:59:16.070] INFO (Add onboarding tour and default new threads to worktrees #22): /Users/buns/.okcode/worktrees/okcode/okcode-0598fe66/node_modules/typescript/lib/typescript.js is already patched with version 0.75.1, skipped.
[05:59:16.078] INFO (Add onboarding tour and default new threads to worktrees #22): /Users/buns/.okcode/worktrees/okcode/okcode-0598fe66/node_modules/typescript/lib/_tsc.js is already patched with version 0.75.1, skipped.
[05:59:16.078] INFO (Add onboarding tour and default new threads to worktrees #22): If your project uses incremental builds, delete the .tsbuildinfo files and perform a full build.
patched nested effect install: node_modules/@effect/vitest/node_modules/effect
patched nested effect install: node_modules/@effect/platform-node/node_modules/effect
patched nested effect install: node_modules/@effect/sql-sqlite-bun/node_modules/effect
patched nested effect install: node_modules/@effect/platform-node-shared/node_modules/effect
5 packages installed [609.00ms] and
• Packages in scope: @okcode/marketing
• Running build in 1 packages
• Remote caching disabled, using shared worktree cache
@okcode/marketing:build: cache hit, replaying logs 7d68480450959707
@okcode/marketing:build: $ next build
@okcode/marketing:build: ▲ Next.js 16.2.0 (Turbopack)
@okcode/marketing:build:
@okcode/marketing:build: Creating an optimized production build ...
@okcode/marketing:build: ✓ Compiled successfully in 1695ms
@okcode/marketing:build: Skipping validation of types
@okcode/marketing:build: Finished TypeScript config validation in 4ms ...
@okcode/marketing:build: Collecting page data using 5 workers ...
@okcode/marketing:build: Generating static pages using 5 workers (0/4) ...
@okcode/marketing:build: Generating static pages using 5 workers (1/4)
@okcode/marketing:build: Generating static pages using 5 workers (2/4)
@okcode/marketing:build: Generating static pages using 5 workers (3/4)
@okcode/marketing:build: ✓ Generating static pages using 5 workers (4/4) in 205ms
@okcode/marketing:build: Finalizing page optimization ...
@okcode/marketing:build:
@okcode/marketing:build: Route (app)
@okcode/marketing:build: ┌ ○ /
@okcode/marketing:build: ├ ○ /_not-found
@okcode/marketing:build: └ ○ /dashboard
@okcode/marketing:build:
@okcode/marketing:build:
@okcode/marketing:build: ○ (Static) prerendered as static content
@okcode/marketing:build:
Tasks: 1 successful, 1 total
Cached: 1 cached, 1 total
Time: 42ms >>> FULL TURBO commands.
Why
Fresh workspaces can fail with (exit 127) when dependencies are not installed in the environment. This clarifies setup steps and reduces retry loops.
Validation
[05:59:16.821] INFO (Add onboarding tour and default new threads to worktrees #22): /Users/buns/.okcode/worktrees/okcode/okcode-0598fe66/node_modules/typescript/lib/typescript.js is already patched with version 0.75.1, skipped.
[05:59:16.829] INFO (Add onboarding tour and default new threads to worktrees #22): /Users/buns/.okcode/worktrees/okcode/okcode-0598fe66/node_modules/typescript/lib/_tsc.js is already patched with version 0.75.1, skipped.
[05:59:16.829] INFO (Add onboarding tour and default new threads to worktrees #22): If your project uses incremental builds, delete the .tsbuildinfo files and perform a full build.
patched nested effect install: node_modules/@effect/platform-node/node_modules/effect
patched nested effect install: node_modules/@effect/platform-node-shared/node_modules/effect
patched nested effect install: node_modules/@effect/vitest/node_modules/effect
patched nested effect install: node_modules/@effect/sql-sqlite-bun/node_modules/effect
5 packages installed [499.00ms] and
• Packages in scope: @okcode/marketing
• Running build in 1 packages
• Remote caching disabled, using shared worktree cache
@okcode/marketing:build: cache hit, replaying logs 7d68480450959707
@okcode/marketing:build: $ next build
@okcode/marketing:build: ▲ Next.js 16.2.0 (Turbopack)
@okcode/marketing:build:
@okcode/marketing:build: Creating an optimized production build ...
@okcode/marketing:build: ✓ Compiled successfully in 1695ms
@okcode/marketing:build: Skipping validation of types
@okcode/marketing:build: Finished TypeScript config validation in 4ms ...
@okcode/marketing:build: Collecting page data using 5 workers ...
@okcode/marketing:build: Generating static pages using 5 workers (0/4) ...
@okcode/marketing:build: Generating static pages using 5 workers (1/4)
@okcode/marketing:build: Generating static pages using 5 workers (2/4)
@okcode/marketing:build: Generating static pages using 5 workers (3/4)
@okcode/marketing:build: ✓ Generating static pages using 5 workers (4/4) in 205ms
@okcode/marketing:build: Finalizing page optimization ...
@okcode/marketing:build:
@okcode/marketing:build: Route (app)
@okcode/marketing:build: ┌ ○ /
@okcode/marketing:build: ├ ○ /_not-found
@okcode/marketing:build: └ ○ /dashboard
@okcode/marketing:build:
@okcode/marketing:build:
@okcode/marketing:build: ○ (Static) prerendered as static content
@okcode/marketing:build:
Tasks: 1 successful, 1 total
Cached: 1 cached, 1 total
Time: 41ms >>> FULL TURBO in repo.